home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
mint
/
toswinsc.zoo
/
makefile
< prev
next >
Wrap
Makefile
|
1992-10-27
|
542b
|
19 lines
MODEL= -mshort
LIBS= -lgem16
CFLAGS= $(MODEL) -G -O2 -Wall -fomit-frame-pointer
XGEM1= event.o window.o textwin.o menu.o winmenu.o objwin.o
XGEM= $(XGEM1) popup.o
TOSWIN= toswin.o vt52.o util.o iconify.o scrap.o filbuf.o config.o winops.o \
font.o environ.o gadgets.o
# 'setfast' is a program that sets the TT-RAM and fastload bits
# if you don't have such a program, just delete the
# 'setfast toswin.prg' line
toswin.prg: $(TOSWIN) $(XGEM1)
gcc $(MODEL) -o toswin.prg $(TOSWIN) $(XGEM1) $(LIBS)
setfast toswin.prg